View difference between Paste ID: EQvxvheM and pJ80idai
SHOW: | | - or go back to the newest paste.
1
-- Made by XiBiTT;
2
-- This should work with all level 7 script executors!
3
-- Change TEXT to your message!
4
-- The message will go away after 3 seconds!
5
6
local message = Instance.new(”Message”)
7
message.Parent = game.Workspace
8-
message.Text = “TEXT”
8+
message.Text = “i dont abuse u are a kkk member idc,im boy u girl”
9
wait(3)
10
message:Remove()