Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- TV script
- -- Put in part that is TV screen
- -- Put a Decal In TV screen
- while true do -- begins the loop
- script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000" -- Replace the 0s with the decal Id
- wait(0.1) -- replace the numbers with how long
- script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000"
- wait(0.1)
- script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000"
- wait(0.1)
- script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=0000000000"
- wait(0.1)
- end -- what it makes all the decals repeat
Add Comment
Please, Sign In to add comment