Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //when Racist-maker is added to the world, find touching text and make it racist
- public RacistMaker(){
- MakeTextRacist();
- }
- //replace normal text with racist text
- Public void MakeTextRacist() {
- #replace code here
- }
- public stat TouchingText(){
- return text.overlapping;
- }
Advertisement
Add Comment
Please, Sign In to add comment