Advertisement
Guest User

Asylum Roleplay change color

a guest
Aug 20th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local Event = workspace.RadioFE.color
  2. for _, A in pairs(workspace:GetDescendants()) do
  3. if A:IsA("BasePart") then
  4. Event:FireServer("Really red", A) -- Change the color here
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement