Search the Community
Showing results for tags 'Issue'.
The search index is currently processing. Current results may not be complete.
-
How to fix project after open. I got issue when open project, always disable
-
when i try to open a new project this error appears i tried to uninstall and install 2 times stil same problem (i was having black screen problem before that when i uninstall and install this error come up) Help pls (i dont use cyrilic alphabet my computer is us english) (it says lots of error when i try to create a file but is still creates and when i try to open that file i cant see anything expect darkness)
-
The problem is that I can't create a new game. I think that when I installed Leadwerks it didn't create a folder in the documents directory.
-
Hello i am trying to create a spawner just a simple one and it seems to have a small error i dont understand. Any help would be greatly appreciated. here is my code Script.spawnObject = "" --entity "spawn object" Script.spawnTime= 1.0 --float "Spawn time" self.timer = 0 function Script:UpdateWorld() self.timer = self.timer + (Time:GetSpeed()/100) if(self.timer > self.spawnTime) then local newObject = self.spawnObject:Instance() newObject:SetPosition(self.entity:GetPosition {)} self.timer = 0 end end and the error i get says script error unexpected symbol near ')' line 9 that is the only error that it has came up with. thank you for any help
-
So, i've been pretty new to modelling. And i've found Sketchup the first way of making simple models and such. It is great so far, but i have an issue. When importing my model in to leadwerks, when i make a more complexed model, it causes to do this: And this is how it looks like when in leadwerks: You can clearly see lines overlapping. What is causing it? Did i do something wrong? Thanks!