#Scripts from a long time ago not working.
14 messages · Page 1 of 1 (latest)
``Lua script.Parent.ClickDetector.MouseClick:connect(onClicked)
script.Parent.PointLight.Brightness = 10 ``
?
heres the next one
lua script.Parent.MouseClick:Connect(function() script.Parent.Parent.Parent["right door"].Union.Transparency = 1 script.Parent.Parent.Parent["right door1"].Door.Transparency = 0
and the last one
``lua while true do
wait()
if script.Parent.Parent.Massless == true
then script.Parent.Rotation.X = script.Parent.Rotation.X+1
end
end``
that one I'm not sure about
I think theres a script to go along with it that sets the part to massless???
I'm pretty sure I was using the massless value instead of a remote event.