of     1   

frostfang123
#148672612Monday, October 27, 2014 3:09 AM GMT

I have a problem at my place... Whenever i use truss it can't climb... i checked ROBLOX Studio 2013 and shows "Fire" how can i fix this?
fireofflames95
#148672731Monday, October 27, 2014 3:11 AM GMT

"fire" is a property of a brick and has nothing to do whether it is a truss or not, make sure what you are spawning in is indeed a truss, I don't regularly use trusses so I cant help you on that.
Scottifly
#148678577Monday, October 27, 2014 5:19 AM GMT

Trusses should work fine for climbing, as long as you don't have another part CFramed inside it that the player is touching before the Truss. Also, if you didn't put the Fire in there then you have a virus from a free model. This Fire will spread from Part to Part if a player touches them. It is not a good idea to put free models into a place using Build mode. Use Edit where time is frozen and you can look inside the model for scripts. If you want to insert a Truss part, Right click the workspace and a menu pops up. Choose Insert Basic object and another menu appears. Click Truss Part.
frostfang123
#148685006Monday, October 27, 2014 12:20 PM GMT

Can you message me what should i do to fix this? my place is getting bummed because of this
Wrought_Bloxon
#148687433Monday, October 27, 2014 1:59 PM GMT

--[[Open your game in studio edit mode. Put this command in the command bar. Then hit enter to run the command. If you have other viruses you can change the name fire in the script to that virus's name. Script by SCARFACIAL I believe.]] while Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true) do (Game:FindFirstChild("Fire", true) or Game:FindFirstChild("Spread", true)):Remove() end
frostfang123
#148761068Tuesday, October 28, 2014 9:25 PM GMT

Im making an Obby game. When i load my progress it spawns you back to Neutral Spawn. how can i fix this?

    of     1